home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m19intro.dir / 00045.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  391 b   |  23 lines

  1. on exitFrame
  2.   global gPause
  3.   puppetSprite(8, 1)
  4.   if gPause then
  5.     set the castNum of sprite 8 to cast "b023"
  6.     updateStage()
  7.   else
  8.     set the castNum of sprite 8 to cast "b021"
  9.     updateStage()
  10.   end if
  11.   mainMenuRollovers()
  12.   updateStage()
  13.   if gPause then
  14.     go(the frame)
  15.   else
  16.     if soundBusy(2) then
  17.       go(the frame)
  18.     else
  19.       goNextSlide()
  20.     end if
  21.   end if
  22. end
  23.